home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Metabee.bin / pc / assets / metabee.dxr / 00277_Script_277 < prev    next >
Text File  |  2001-12-07  |  190b  |  13 lines

  1. on mouseEnter me
  2.   cursor 280
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor 0
  7. end
  8.  
  9.  
  10. on mouseUp me
  11.   cursor 0
  12.   goToNetPage ("http://www.nelvana.com/medabots/user_reg/register.html"), "_new"
  13. end